Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match analysis process became 200X faster in Windows OS #84

Merged
merged 5 commits into from
Aug 31, 2024

Conversation

jaebeom-kim
Copy link
Member

  • Fixed a bug in remainConsecutiveMatches
    • It will change results slightly due to corrected score calculation.
  • Previously, a graph that connects consecutive matches is constructed first, and the graph is traversed to find the best combination of matches. Now, the optimal match combination is found directly. It is the main point of speeding up.

@jaebeom-kim jaebeom-kim merged commit 7d8f497 into steineggerlab:master Aug 31, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant